From d095448be3ed17478f429f4e0560d8275773fb7c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 Sep 2010 22:56:15 -0400 Subject: [PATCH] Remove unused --disable-visibility option --- configure.ac | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index bf258a0776..d67c1b9f82 100644 --- a/configure.ac +++ b/configure.ac @@ -243,10 +243,6 @@ AC_ARG_ENABLE(rebuilds, [AC_HELP_STRING([--disable-rebuilds], [disable all source autogeneration rules])],, [enable_rebuilds=yes]) -AC_ARG_ENABLE(visibility, - [AC_HELP_STRING([--disable-visibility], - [do not use ELF visibility attributes])],, - [enable_visibility=yes]) AC_ARG_WITH(xinput, [AC_HELP_STRING([--with-xinput=@<:@no/yes@:>@], [support XInput])]) @@ -284,11 +280,6 @@ else fi -if test "x$enable_visibility" = "xno"; then - GTK_DEBUG_FLAGS="$GTK_DEBUG_FLAGS -DDISABLE_VISIBILITY" -fi - - AC_DEFINE_UNQUOTED(GTK_COMPILED_WITH_DEBUGGING, "${enable_debug}", [Define if debugging is enabled]) @@ -1746,4 +1737,4 @@ perf/Makefile AC_OUTPUT echo "configuration: - target: $gdktarget" + target: $gdktarget" -- 2.30.2